CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 人脸 分类

搜索资源列表

  1. haar分类器检测人脸

    1下载:
  2. haar classifiers以及人脸检测的代码。需要用到opencv!
  3. 所属分类:源码下载

    • 发布日期:2011-11-10
    • 文件大小:1095
    • 提供者:dkflame
  1. PCA_LDA.rar

    1下载:
  2. 《机器学习》课上的作业,PCA和LDA降维,尽管网上很多,但很少注释,另外细节上也没注意。这里有很详细的注释。另外还附上一个Naive贝叶斯分类器,大家可以作比较。附带的图像包是OLR人脸。ReducedDim为想要提取的特征数,不是百分比!," Machine learning" classes on the homework, PCA and LDA dimensionality reduction, even though a lot of online, but f
  3. 所属分类:matlab例程

    • 发布日期:2016-03-16
    • 文件大小:3743168
    • 提供者:thy
  1. attfaces.zip

    0下载:
  2. 机遇PCA的人脸识别,包括图像读取,PCA降维以及机遇简单贝叶斯分类,PCA Face Recognition opportunities, including the image read, PCA dimensionality reduction as well as the opportunity for easy Bayesian Classifier
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3769022
    • 提供者:guodongyan
  1. PCA_SVM.rar

    1下载:
  2. 此方法采用经典的PCA对人脸图像进行特征提取,用libsvm库函数的SVM分类器对图像分类。,This method uses the classical PCA on the face image feature extraction, with the libsvm library function of SVM classifier for image classification.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:6069
    • 提供者:zhangpei
  1. 基于弹性模板匹配的人脸表情识别程序

    4下载:
  2. 基于弹性模板匹配的人脸表情识别程序。首先针对静态表情图像进行表情图像的灰度、尺寸归一化,然后利用Gabor小波变换提取人脸表情特征以构造表情弹性图,最后提出基于弹性模板匹配及K-近邻的分类算法实现人脸表情的识别。-Flexible template matching based on facial expression recognition procedures. First of all, the expression for the static image of the gray-sca
  3. 所属分类:图形图象

    • 发布日期:2012-10-23
    • 文件大小:763491
    • 提供者:hejian
  1. 2D-LDA

    1下载:
  2. 2维线性判别进行人脸识别的程序,很不错!采用ORL人脸库,取每人的1、3、5、7、9五幅图像作为训练图像,其余作为测试图像,进行二维线性判别。计算出特征向量矩阵,降序排列后,取前d(d=2,4,6,……,20)个特征向量组成的矩阵作为变换矩阵,对训练集合测试集进行特征重建,最后采用最近邻分类器。附有实验的结果。-code for face recognition based 2D-LDA,the performance is nice!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-12
    • 文件大小:2834469
    • 提供者:王阳丽
  1. MatchingPursuits

    1下载:
  2. Matching Pursuit方法,经典的稀疏表示方法,可以用人脸识别和图像分类,图像去噪,现在非常流行。-Matching Pursuit method, sparse representation of the classic, you can use face recognition and image classification, image denoising, now very popular.
  3. 所属分类:Document

    • 发布日期:2016-04-08
    • 文件大小:1879701
    • 提供者:高尚兵
  1. human_face_detection_system

    0下载:
  2. 本文的目的是借助Paul Viola最新提出的实时特征检测的技术,实现一个能够进行快速人脸检测的系统。并且通过训练,得到尽可能优化的分类器构造参数,从而获得具有高检测速度和检测正确率的人脸检测系统。-The purpose of this paper by drawing on the latest proposed by Paul Viola real-time feature detection technology, to realize a fast face detection sys
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-12
    • 文件大小:3033476
    • 提供者:王峰
  1. pca2D

    0下载:
  2. 一个基于pca2D的人脸识别分类程序, 并包含完整的FACE-ORL人脸库,很具有研究和学习价值-Pca2D based on face recognition classification procedures, and includes the complete FACE-ORL face database, it is with research and learning the value of
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-19
    • 文件大小:5578526
    • 提供者:李伟
  1. LDA2D-2

    0下载:
  2. 人脸识别中2DLDA算法的matlab程序,使用最近邻分类器进行识别。-Face Recognition 2DLDA algorithm matlab procedures, the use of nearest neighbor classifier to identify.
  3. 所属分类:Graph Recognize

    • 发布日期:2016-12-02
    • 文件大小:1257
    • 提供者:niushaobo
  1. PCA2D

    0下载:
  2. 人脸识别中2DPCA算法的matlab程序,使用最近邻分类器进行识别。-Face Recognition 2DPCA algorithm matlab procedures, the use of nearest neighbor classifier to identify.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:1123
    • 提供者:niushaobo
  1. PCA

    0下载:
  2. 人脸识别中PCA算法的matlab程序,使用最近邻分类器进行识别。-PCA Face Recognition Algorithm matlab procedures, the use of nearest neighbor classifier to identify.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:1220
    • 提供者:niushaobo
  1. FaceRecognition

    0下载:
  2. 文档中包括两个文件:分别是pca人脸识别分析以及fisher人脸识别分析。文中代码包括详细的注释,读者一旦下载很快就可以上手!代码中的相关理论可以参考Dota的《模式分类》一书!- The archive consists of two documents: PCA face recognition and Fisher face recognition analysis. Text codes include detailed notes, readers will soon be abl
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:2648
    • 提供者:feixiaoxing
  1. FaceDetectionDlg

    0下载:
  2. 应用OpenCV进行人脸检测。Adaboost算法实现起来比较复杂,应用OpevCV提供的函数和分类器进行人脸检测将十分容易。-Application of OpenCV for face detection. Adaboost algorithm to achieve more complex, applications provided by OpevCV function and classifier for face detection will be very easy.
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:7391
    • 提供者:huzhanqi
  1. facedetection

    1下载:
  2. PCA、LDA人脸检测,压缩包里实现了PCA、LDA、最小距离分类器,人脸检测!-PCA, LDA face detection, compression bag to achieve the PCA, LDA, minimum distance classifier, face detection!
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-05-20
    • 文件大小:8421
    • 提供者:chen
  1. malic

    0下载:
  2. 它是SourceForge上的一个开源项目,使用Malib实现实时处理,CSU Face Identification Evaluation System进行人脸识别。算法包括:主成份分析(principle components analysis (PCA)),a.k.a eigenfaces算法,混合主成份分析,线性判别分析(PCA+LDA),图像差分分类器(IIDC),弹性图像匹配算法(EBGM)等等 Malic is realtime face recognition system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:1326224
    • 提供者:乔超
  1. train_v2

    0下载:
  2. 一个基于adaboost的人脸检测分类器训练程序,用MATLAB写的,希望能和大家分享-a face detect programme based on adaboost which is written by matlab
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:1250
    • 提供者:阿灿
  1. LDA

    0下载:
  2. 线性差别分析法(LDA)提取人脸图像特征点子程序-Linear differential analysis (LDA) face image feature extraction process ideas
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:603
    • 提供者:牛险峰
  1. DetectionLibrary

    0下载:
  2. Chesnokov Yuriy写的人脸检测库,内容涵盖肤色检测、运动估计、SVM分类、PCA/LDA/ICA特征提取以及神经网络分类器等。-The article demonstrates face detection SSE optimized C++ library for color and gray scale data with skin detection, motion estimation for faster processing, small sized SVM and NN
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-28
    • 文件大小:463777
    • 提供者:刘子木
  1. haarcascade_frontalface_alt

    0下载:
  2. 前脸的分类器 人脸检测分类器,opencv用-Before the face of face detection classifier classifier, opencv with
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:96831
    • 提供者:xzy
« 1 2 34 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com